AndroidBitmapInfo

Bitmap info, see AndroidBitmap_getInfo().

extern (C) nothrow @nogc
struct AndroidBitmapInfo {}

Members

Variables

flags
uint flags;

Unused.

format
int format;

The bitmap pixel format. See {@link AndroidBitmapFormat}

height
uint height;

The bitmap height in pixels.

stride
uint stride;

The number of byte per row.

width
uint width;

The bitmap width in pixels.

Meta